home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / SheepTeroids.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-05  |  85 b   |  7 lines

  1. on(press){
  2.    gameLevel = 1;
  3.    lives = 3;
  4.    score = 0;
  5.    gotoAndPlay(28);
  6. }
  7.